Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 13 - View Objects / View Objects Reference
View Objects Routines / Managing a View's Style States


Q3View_GetBackfacingStyleState

You can use the Q3View_GetBackfacingStyleState function to get the current backfacing style of a view.

TQ3Status Q3View_GetBackfacingStyleState (
TQ3ViewObject view, 
TQ3BackfacingStyle *backfacingStyle);
view
A view.
backfacingStyle
On exit, the current backfacing style of the specified view.
DESCRIPTION
The Q3View_GetBackfacingStyleState function returns, in the backfacingStyle parameter, the current backfacing style of the view specified by the view parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996